format column from string to numeric in python

33

df['DataFrame Column'] = df['DataFrame Column'].astype(int)

Comments

Submit
0 Comments